home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 112
/
EnigmaAmiga112CD.iso
/
dalla rivista
/
awnpipe
/
awnp
/
awnp-docs
/
scroller.doc
< prev
next >
Wrap
Text File
|
2000-05-17
|
2KB
|
87 lines
Scroller gadget event.
-------------------------
'gadget GID scroller_value'
Scroller gadget parameters.
-------------------------
font=GID
This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
readonly (ro)
This gadget is read only.
disable=number (dis=)
The gadget is enabled if number = 0 , disabled if number != 0. Defaults to enabled.
vertical (v)
This gadget is free vertically, defaults to free horizontally.
arrows (a)
Switch to display arrows for this gadget.
delta=number
The change in the gadget when an arrow is clicked. Defaults to 1.
knob=number
The size of the knob in the slider.
maxnumber=number (maxn=)
Maximum value for this gadget. Defaults to 100.
defnumber=number (defn=)
Value for this gadget when window is opened. Defaults to 0.
minwidth=number (minw=)
Set the minimum width for this gadget
minheight=number (minh=)
Set the minimum height for this gadget
weightedwidth=number (weiw=)
Set the weighted width for this gadget
weightedheight=number (weih=)
Set the weighted height for this gadget
nominalsize (noms)
Set this gadget to its nominal size.
replace=GID
Use this gadget to replace an existing gadget specified by GID.
Definition Reply
-----------------
When the gadget creation is successful the pipe replies with
'ok GID'
Scroller gadget modify parameters.
-------------------------
disable=number (dis=)
The gadget is enabled if number = 0 , disabled if number != 0.
defnumber=number (defn=)
Value for this gadget.